projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1424bf3
)
(Frames and Windows): Delete frame-root-window.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 3 Jan 2004 21:16:15 +0000
(21:16 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 3 Jan 2004 21:16:15 +0000
(21:16 +0000)
lispref/frames.texi
patch
|
blob
|
history
diff --git
a/lispref/frames.texi
b/lispref/frames.texi
index ec3c1c6dc7c7841d94df9c1ce71a62d3ebbe7665..a9b293322002e850291b9db729f11bf77ffb71f0 100644
(file)
--- a/
lispref/frames.texi
+++ b/
lispref/frames.texi
@@
-933,10
+933,6
@@
selected window.
Conversely, selecting a window for Emacs with @code{select-window} also
makes that window selected within its frame. @xref{Selecting Windows}.
-@defun frame-root-window frame
-This function returns the window at the top left corner of @var{frame}.
-@end defun
-
Another function that (usually) returns one of the windows in a given
frame is @code{minibuffer-window}. @xref{Minibuffer Misc}.